Remakri - Education, Course, e-Learning and Events HTML Template
v1.0

Thank you


First of all, thank you for purchasing the Remakri HTML Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the profile page.

1HTML Structure

We are used Bootstrap3 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.

The code block above is powered by SyntaxHighlighter.

Activeted PHP Contact Form

You can edit your form simply and quickly. Open sendemail.php and change following area


    <?php

    $to = "someone@yahoo.com";
    $from = $_REQUEST['email'];
    $name = $_REQUEST['name'];
    $headers = "From: $from";
    $subject = "You have a message from your Template";

    $fields = array();
    $fields{"name"}    = "Name";
    $fields{"email"}    = "Email";
    $fields{"message"}   = "Message";
    

    $body = "Here is the message you got:\n\n"; foreach($fields as $a => $b){   $body .= sprintf("%20s: %s\n",$b,$_REQUEST[$a]); }

    $send = mail($to, $subject, $body, $headers);

?>

2CSS Structure

The style.css file contains all of the specific stylings for the page. The file is separated into sections using:

                	
                        /* EVENTR CSS 

                            /*   01 - Loading Transition  */
                            /*   02 - Global stlye  */
                            /*   03 - Theme Header */
                            /*   04 - Theme Banner */
                            /*   05 - Our Feature */
                            /*   06 - Our Feature Course One  */
                            /*   07 - Online Course Search   */
                            /*   08 - Our Courses  */
                            /*   09 - Short Banner */
                            /*   10 - Short Banner Two  */
                            /*   11 - Our Gallery   */
                            /*   12 - Course Request section  */
                            /*   13 - Blog Grid  */
                            /*   14 - Newsletter Banner   */
                            /*   15 - Theme Footer  */
                            /*   16 - Our History  */
                            /*   17 - Client Slider  */
                            /*   18 - Theme Inner Banner  */
                            /*   19 - Theme Sidebar */
                            /*   20 - Course Details */
                            /*   21 - Our Events  */
                            /*   22 - Event Details  */
                            /*   23 - Blog List  */
                            /*   24 - Blog Details  */
                            /*   25 - Contact Us Page  */
                            /*   26 - Shop Page  */
                            /*   27 - FAQ Page  */
                         
                         */
                    
                

3JavaScripts

4Credits